CookieSourceScheme

enum CookieSourceScheme : Enum<CookieSourceScheme>

Represents the source scheme of the origin that originally set the cookie. A value of &quot;Unset&quot; allows protocol clients to emulate legacy cookie scope for the scheme. This is a temporary ability and it will be removed in the future.

Entries

UNSET
Link copied to clipboard
NONSECURE
Link copied to clipboard
SECURE
Link copied to clipboard

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int

Sources

jvm source
Link copied to clipboard